GtkBox: Move overridden property ids to the end
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Jun 2014 14:49:38 +0000 (10:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:52 +0000 (13:30 -0400)
This will make it easier to convert to g_object_install_properties
in the next commit.

gtk/gtkbox.c

index b8e87094b2afe864c3c620c57df9ac66a3a6d8a8..1ca6482e239d7b40dadfea19052510bd72ebc87f 100644 (file)
 
 enum {
   PROP_0,
-  PROP_ORIENTATION,
   PROP_SPACING,
   PROP_HOMOGENEOUS,
-  PROP_BASELINE_POSITION
+  PROP_BASELINE_POSITION,
+
+  /* orientable */
+  PROP_ORIENTATION
 };
 
 enum {